home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13566 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: newsfeeds.ans.net!btco!newsadm
  2. From: Shalom Reich <sqr1874@acf4.nyu.edu>
  3. Newsgroups: alt.computer.consultants,comp.edu,comp.lang.basic.misc,comp.lang.c++,comp.lang.misc,comp.lang.pascal.borland,comp.lang.pascal.delphi.misc,comp.misc,comp.os.msdos.programmer,comp.os.os2.programmer.misc,comp.programming
  4. Subject: Re: Info on being a Systems Programmer/Analyst?
  5. Date: Tue, 26 Mar 1996 09:09:03 -0500
  6. Organization: Bankers Trust Company
  7. Message-ID: <3157FA7F.1B88@acf4.nyu.edu>
  8. References: <3150eada.14098156@News.why.net> <4j0pha$i03@news.bdsnet.com> <4j72t8$l5d@scoop.eco.twg.com>
  9. NNTP-Posting-Host: algsvw0058.btco.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  14.  
  15. This space intentionally left blank wrote:
  16. > And if you ever get stuck and can't see the problem no matter how many
  17. > dozens of hours you've looked for it, explain your frustrations to another
  18. > programmer, have them glance at your code, and 9 times out of 10 they will
  19. > see the problem within 30 seconds...  :^)
  20. > Don't feel too bad about this...you'll spot their "killer problem" in under
  21. > 30 seconds some day too...nobody knows why, but this does happen.  A lot.
  22.  
  23. Whenever I have analyzed why someone else saw my problem immediately and I 
  24. couldn't see it, it was always because I was thinking in a "groove" that was
  25. completely wrong.  The other person had no previous ideas about the problem
  26. or the solution and so could see the problem immediately.
  27.  
  28. As a result, when I am stuck on a problem longer than usual and I don't have 
  29. any idea about what caused it (and no one is available) I stop and "brainstorm"
  30. about any possible thing that may have caused the problem (no matter how 
  31. unlikely), list the possibilities on a piece of paper, prioritize them, figure 
  32. out a way of proving whether each item on the list is really my problem and 
  33. start working my way through it.  Usually, I don't get too far before the 
  34. answer becomes obvious.
  35.  
  36. Shalom Reich
  37.